Extension point logConfig
In component org.nuxeo.runtime.stream.service
Contribution Descriptors
- Class: org.nuxeo.runtime.stream.LogConfigDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig name="audit"/> </extension>
-
<extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig name="bulk"> <!-- command stream size sets the maximum concurrency for the scroller computation in the Nuxeo cluster --> <log name="command" size="2"/> <!-- status stream size sets the maximum concurrency for the status computation in the Nuxeo cluster --> <log name="status" size="1"/> <!-- done stream size sets the maximum concurrency for the triggers computations --> <log name="done" size="1"/> </logConfig> </extension>
-
<extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig name="default" type="chronicle"> <option name="retention">4d</option> </logConfig> <logConfig name="bulk" type="chronicle"> <option name="retention">4d</option> <log name="command" size="2"/> <log name="status" size="2"/> <log name="done" size="1"/> </logConfig> </extension>
-
<extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig name="audit" type="chronicle"> <option name="retention">4d</option> </logConfig> </extension>